home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 135 / cd-rom 135.iso / aplic / encrypt / EncryptOnClick_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-21  |  3.9 KB  |  69 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=EncryptOnClick
  4. AppVerName=EncryptOnClick 1.1.4.0
  5. AppId=EncryptOnClick
  6. AppPublisher=2BrightSparks
  7. AppPublisherURL=http://www.2BrightSparks.com
  8. AppSupportURL=http://www.2BrightSparks.com
  9. AppUpdatesURL=http://www.2BrightSparks.com
  10. AppMutex=EncryptOnClick
  11. DefaultDirName={pf}\2BrightSparks\EncryptOnClick
  12. DefaultGroupName=2BrightSparks\EncryptOnClick
  13. UninstallDisplayIcon={app}\EncryptOnClick.exe
  14. UninstallDisplayName=EncryptOnClick
  15. OutputBaseFilename=EncryptOnClick_Setup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\EncryptOnClick.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  23. Source: "{app}\EOC.ini"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\EncryptOnClick.exe.manifest"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\ReadMe_EN.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\EncryptOnClick.CHM"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\XceedZip.dll"; DestDir: "{app}"; Flags: regserver overwritereadonly noregerror ignoreversion 
  28. [Registry]
  29. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "EncryptOnClick.chm"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  30. [INI]
  31. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  32. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  33. [Run]
  34. Filename: "{app}\EncryptOnClick.exe"; Description: "{cm:LaunchProgram,EncryptOnClick}"; Flags: postinstall skipifsilent nowait
  35. Filename: "{app}\EncryptOnClick.CHM"; WorkingDir: "{app}"; Description: "{cm:CMRunHelpFile}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  36. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "{cm:CMRunMailingList}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  37. [Icons]
  38. Name: "{group}\EncryptOnClick"; Filename: "{app}\EncryptOnClick.exe"; 
  39. Name: "{group}\Help"; Filename: "{app}\EncryptOnClick.CHM"; 
  40. Name: "{group}\{cm:CMMailingList}"; Filename: "{app}\MailingList.url"; 
  41. Name: "{group}\{cm:CMOnlineForums}"; Filename: "{app}\Forums.url"; 
  42. Name: "{group}\{cm:UninstallProgram,EncryptOnClick}"; Filename: "{uninstallexe}"; 
  43. Name: "{userdesktop}\EncryptOnClick"; Filename: "{app}\EncryptOnClick.exe"; Tasks: desktopicon; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EncryptOnClick"; Filename: "{app}\EncryptOnClick.exe"; Tasks: quicklaunchicon; 
  45. [Tasks]
  46. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  47. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\MailingList.url"; 
  50. Type: files; Name: "{app}\Forums.url"; 
  51. [CustomMessages]
  52. en.NameAndVersion=%1 version %2
  53. en.AdditionalIcons=Additional icons:
  54. en.CreateDesktopIcon=Create a &desktop icon
  55. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. en.ProgramOnTheWeb=%1 on the Web
  57. en.UninstallProgram=Uninstall %1
  58. en.LaunchProgram=Launch %1
  59. en.AssocFileExtension=&Associate %1 with the %2 file extension
  60. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  61. en.CMRunHelpFile=Read the help file
  62. en.CMRunMailingList=Join the mailing list
  63. en.CMOnlineForums=Online Forums
  64. en.CMMailingList=Mailing List
  65. [Languages]
  66. ; These files are stubs
  67. ; To achieve better results after recompilation, use the real language files
  68. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; InfoBeforeFile: "embedded\enInfoBefore.rtf"; 
  69.